{% extends "ToDo/base.html" %} {% load crispy_forms_tags %} {% block content %}
{% csrf_token %}
Edit ToDo {{ form|crispy }}
{% endblock content %}